Categories

Versions

Crop Image (Image Processing)

Synopsis

Crops an Image.

Description

Image cropping is a method of refining an image by removing unnecessary areas. This operator helps in changing the image's outer portions to highlight a subject and improve framing or composition.

Depending on the parameters this operator appends a transformation which deterministically crops the images.

Input

  • image

    The image object to crop

Output

  • image

    The cropped image.

  • ori

    The original image.

Parameters

  • x The x coordinate of the point. E.g. (x=1,y=1) will be the top left corner Range:
  • y The y coordinate of the point. E.g. (x=100,y=100) would mean going 100 pixels down and 100 pixels left. Range:
  • width The width of the resulting image. Range:
  • height The height of the resulting image. Range:

Tutorial Processes